projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6d9bac4
)
check button: Use standard padding
author
Matthias Clasen
<mclasen@redhat.com>
Mon, 27 May 2019 04:09:41 +0000
(
04:09
+0000)
committer
Matthias Clasen
<mclasen@redhat.com>
Mon, 27 May 2019 04:09:41 +0000
(
04:09
+0000)
gtk/gtkcheckbutton.h
patch
|
blob
|
history
diff --git
a/gtk/gtkcheckbutton.h
b/gtk/gtkcheckbutton.h
index b1e46820de0eb10b76eba668ac3cc17b8e7c6f14..9a7ed350f70b4336ea6cfec296f8ca5efef06741 100644
(file)
--- a/
gtk/gtkcheckbutton.h
+++ b/
gtk/gtkcheckbutton.h
@@
-55,11
+55,9
@@
struct _GtkCheckButtonClass
{
GtkToggleButtonClass parent_class;
- /* Padding for future expansion */
- void (*_gtk_reserved1) (void);
- void (*_gtk_reserved2) (void);
- void (*_gtk_reserved3) (void);
- void (*_gtk_reserved4) (void);
+ /*< private >*/
+
+ gpointer padding[8];
};